Pages: [1] 2 3 4 5 6 7 8 9 10 20 |
1. Java - EVE db - connection in between - in EVE Technology Lab [original thread]
did you include the JDBC driver for the Sql Sever in the IDE? This is a manual process somewhere in the database repository part (afaik, NetBeans has only the MySQL drivers included)
- by Lutz Major - at 2012.09.13 11:04:00
|
2. Historic data of Kills - in EVE Technology Lab [original thread]
Byteflux wrote: Those numbers look normal to me :) Indeed? Well, who would have thought that ... magnitude ... Thanks, again Now, you wouldn't have to have a historical dump of that data, would you?
- by Lutz Major - at 2012.09.10 20:05:00
|
3. Historic data of Kills - in EVE Technology Lab [original thread]
Byteflux, thanks for the heads up ... but I've hard time to believe that these numbers are really on a hourly basis Here are the 20 highest NPC kills from the current Kills API: solarSystemID;factionKills 30001364;3559 30002805;2920 30002784;2...
- by Lutz Major - at 2012.09.10 19:50:00
|
4. Historic data of Kills - in EVE Technology Lab [original thread]
Servus! I'm looking for a historic dump of kill info! What I'm looking for is a list of * DATE and HOUR * Number of Player ship kills * solarSystemID According to eve-id, this API should do the trick: https://api.eveonline.com/map/Kills.xml....
- by Lutz Major - at 2012.09.10 18:58:00
|
5. Ore Data Per System - in EVE Technology Lab [original thread]
Paka-Tegat Birshiri wrote: Coming back after a while, and wondering if the ore data been removed from the static data export? Do I have to go back to a manually-created table, or was the data simply moved from invItems to some other table? T...
- by Lutz Major - at 2012.09.05 18:32:00
|
6. Static Dump out of date? - in EVE Technology Lab [original thread]
Johnny Togenada wrote: Does somebody know, where to get the blueprint data for the extra materials? Can't find it in the dump. They are in the ramTypeRequirements table. The typeID is the ID of the blueprint, though!
- by Lutz Major - at 2012.09.03 19:21:00
|
7. How To Rank Moons - in EVE Technology Lab [original thread]
a) My suggestion is to let the user decide, how to rank the moons and provide extensive filtering methods b) save your time and effort, because CCP is going to overhaul much of this system ... maybe
- by Lutz Major - at 2012.09.03 18:02:00
|
8. Having Issues getting Blueprint Material lists from the static data dump - in EVE Technology Lab [original thread]
Shang, You cannot query the materials in this way: First of all, the typeID from the invTypeMaterials connects to the "product" typeID and the typeID from the ramTypeRequirements is the typeID from the blueprint! SELECT * FROM invTypeMaterials...
- by Lutz Major - at 2012.09.01 10:34:00
|
9. Database not in SQL format - in EVE Technology Lab [original thread]
Yeah, you are right. It is totally bogus to store information in a sql database. CCP should export its data into an Excel file.
- by Lutz Major - at 2012.08.26 09:58:00
|
10. Battleclinic: Eve Map (offline java) - in EVE Technology Lab [original thread]
Shellac Brookdale wrote: Couldnt get it working. The application is expecting a data directory with some files in it (factions.dat, regions.dat, ...). No idea how to generate that. You need the following additional dependencies if you like to ...
- by Lutz Major - at 2012.08.17 18:36:00
|
11. API and dublicates - in EVE Technology Lab [original thread]
If you live in constant fear, that you could get duplicates of assumed unique IDs, than you should ALWAYS use your own means to ensure uniqueness within your system. Otherwise that what Desmont said. Gallente Drone wrote: is there are chan...
- by Lutz Major - at 2012.08.08 11:09:00
|
12. refID is unique or not - in EVE Technology Lab [original thread]
Gallente Drone wrote: Steve Ronuken wrote: No, but... It can be reset by CCP. They won't say they won't reset it. But it's been mentioned on #eve-dev that they're not /planning/ on resetting it. So how to deal with it? How to change ref...
- by Lutz Major - at 2012.07.19 18:51:00
|
13. Materials on a Planet in the SDE dump - in EVE Technology Lab [original thread]
Hardcoding? Oh, please .... SELECT planet.typeName, pi.typeName FROM invTypes planet, invTypes pi, dgmTypeAttributes dgmPlanet, dgmTypeAttributes dgmPi WHERE dgmPlanet.typeID = dgmPi.typeID AND dgmPlanet.attributeID = 1632 AND dgmPlanet.valueFlo...
- by Lutz Major - at 2012.07.16 18:03:00
|
14. Odd results for T2 ammo - in EVE Technology Lab [original thread]
Steve Ronuken wrote: Lutz Major wrote: Steve Ronuken wrote: I suspect it's because you're not taking into account that 4 of the rocket fuel are extra materials, where no ME waste applies. Ditto on the RAM. I'd like to object: http://c...
- by Lutz Major - at 2012.04.22 18:12:00
|
15. Odd results for T2 ammo - in EVE Technology Lab [original thread]
Steve Ronuken wrote: I suspect it's because you're not taking into account that 4 of the rocket fuel are extra materials, where no ME waste applies. Ditto on the RAM. I'd like to object: http://community.eveonline.com/ingameboard.asp?a=topi...
- by Lutz Major - at 2012.04.21 19:11:00
|
16. Java and the static datadump? whats the bestway - in EVE Technology Lab [original thread]
The decision of database depends on your application: if you will only use a local version for your own or want to package it and distribute (like an app) then you should seriously consider using SQLite. The performance is suffice for single (an...
- by Lutz Major - at 2012.04.05 19:09:00
|
17. Carbon REST - in EVE Technology Lab [original thread]
Callean Drevus wrote: Me too! I guess this is what has grown out of the new interface that was used for eve gate. Something that was mentioned about 2 or 3 csm meetings ago I think. CCP called it Unified Service Layer. I repeatedly asked fo...
- by Lutz Major - at 2012.02.10 19:00:00
|
18. Send EVE mail using API? - in EVE Technology Lab [original thread]
No, you can't send mails through the API. Those 'tools' emulate a normal web session to EVE gate and HTTP/POST the mail. Not really science, but IMHO also not really welcomed by CCP. But you are required to use your login credentials - somethi...
- by Lutz Major - at 2012.02.03 08:19:00
|
19. MySQL Query Assistance with Market Items - in EVE Technology Lab [original thread]
AND marketGroupID IS NOT NULL :-)
- by Lutz Major - at 2012.01.25 07:35:00
|
20. Find Locator Agents via API - in EVE Technology Lab [original thread]
Agents cannot be "found" through the API. They are part of the database dump provided by CPP. I recommend http://www.eve-agents.com/
- by Lutz Major - at 2012.01.12 13:47:00
|
Pages: [1] 2 3 4 5 6 7 8 9 10 20 |
First page | Previous page | Next page | Last page |